Worklist/Items({SerialNumber})/ProcessInstance/XmlFields

Returns the process instance XML field collection for the worklist item matching the SerialNumber.

URI

{Service Root URI}/Worklist/Items({SerialNumber})/ProcessInstance/XmlFields?{Query Options}
https://api.denallix.com:443/K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance/XmlFields

Method

GET

Service Path Options

Required

Query Options

No filters are applied if options are not provided.

Optional
 System Query Options

Return Type

XmlFieldCollection or Failure

GET /K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance/XmlFields
					<?xml version="1.0" encoding="utf-8"?>                    <XmlFieldCollection xmlns="http://schemas.k2.com/process/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">                     <XmlField Name="MyProcessXMLField"><XmlDocument>Some Process XML document</XmlDocument></XmlField>                    </XmlFieldCollection>